footer {
    height: 20vh;
}

.footer_logo {
    width: 25%;
}

.footer_container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-top: 1px solid rgb(112, 112, 112);
}

.footer_content {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}

.footer_contentdeux {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.texte_footer {
    font-size: 20px;
    padding: 5px;
}

.basdepage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer_txt {
    font-size: 12px;
    text-align: center;
}

.footer_lien {
    color: black;
    text-decoration: none;

}